From: Carsten Dominik Date: Fri, 12 Nov 2010 22:34:06 +0000 (-0600) Subject: Remove autoload for org-capture-templates X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5679 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4935be576b1d50258654739ed18ba415a37dd526;p=emacs.git Remove autoload for org-capture-templates --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e1440fabd8b..e3495c9f30f 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,5 +1,8 @@ 2010-11-12 Carsten Dominik + * org-capture.el (org-capture-templates): Remove autoload from + defcustom. + * ob-lisp.el (slime): Don't expect slime to be present. 2010-11-11 Dan Davison diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index b463d29a389..2abe5c72bf6 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el @@ -76,7 +76,6 @@ :tag "Org Capture" :group 'org) -;;;###autoload (defcustom org-capture-templates nil "Templates for the creation of new entries.